<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*-----------------------------------------------------------*/
/*copyright by åŠ¨åŠ›æ—&nbsp;é™  www.btoe.cn*/
/*é‚®ç®± btoe@btoe.cn*/
/*åˆä½œç”µè¯ 400-0599-360*/
/*ç‰ˆæƒæ‰€æœ‰è¿è€…å¿…ç©¶*/
/*-----------------------------------------------------------*/



/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 835px;
    background: #fff;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 835px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 835px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 835px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 0;
    height: 30px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 12px;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #fff;
  }
  
  .fullSlide .hd ul .on {
    background: #00adfe;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 4%;
  }
  
  .fullSlide .prev {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 4%;
  }

.banner_box {
    width: 100%;
    position: relative;
    height: 835px;
    background: #fff;
  }

  .banner_box  .trait{
      position: absolute;
      left: 16%;
      bottom: 0;
      height: 250px;
      z-index: 9;
      width: 360px;
  }

  .banner_box  .trait .tel{
      overflow: hidden;
      background: url(../images/tel.png) no-repeat left center;
      padding-left: 65px;
      margin-top: 50px;
  }

  .banner_box  .trait .tel p{
      float: left;
  }

  .banner_box  .trait .tel p span{
      display: block;
      font-size: 28px;
      color: #fff;
      font-weight: bold;
  }

  .banner_box  .trait .tel  i{
      display: block;
      float: left;
      font-size: 14px;
      color: #fff;
      margin-left: 20px;
      margin-top: 32px;
  }

    /* è¯¢ç›˜*/
    i {
        font-weight: normal;
        font-style: normal;
      }
      
      .topxunpan {
        position: relative;
        float: right;
        margin: 42px 0px 0 0;
      }
      
      .topxunpan::after{
          position: absolute;
          left: -430px;
          top: 20px;
          content: "";
          width: 410px;
          height: 1px;
          background: #99deff;
      }
      .topxunpan .xp {
        position: relative;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
      }
      
      .topxunpan .xp img {
        position: relative;
        margin: 0px  13px 0 0;
        top: 0px;
        float: left;
    
      }
    
      .topxunpan .xp i {
        padding: 0px;
        margin-left: 0px;
        margin-right: 0px;
        box-sizing: border-box;
        color: #fff;
        font-size: 14px;
      }
      
      .topxunpan .xp #xunpantip {
        z-index: 999;
        position: absolute;
        top: 95px;
        left: 50%;
        width: 180px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        -webkit-transform: translateX(-50%) scale(0);
        -moz-transform: translateX(-50%) scale(0);
        -o-transform: translateX(-50%) scale(0);
        -ms-transform: translateX(-50%) scale(0);
        transform: translateX(-50%) scale(0);
        -webkit-transition: transform .4s, opacity .4s;
        -moz-transition: transform .4s, opacity .4s;
        -o-transition: transform .4s, opacity .4s;
        -ms-transition: transform .4s, opacity .4s;
        transition: transform .4s, opacity .4s;
        background-color: #00adfe;
        border-radius: 4px;
        opacity: 0;
        font-weight: bold;
        box-shadow: 5px 5px 2px #dfdfdf;
      }
      
      .topxunpan .xp #xunpantip::after {
        content: '';
        position: absolute;
        top: -16px;
        left: 50%;
        width: 0;
        height: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border: 8px solid transparent;
        border-bottom-color: #00adfe;
      }
      
      .topxunpan .xp #xunpantip.xunpantextactive {
        -webkit-transform: translateX(-50%) scale(1);
        -moz-transform: translateX(-50%) scale(1);
        -o-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
        opacity: 1;
      }
    


/* title*/

.title{
    text-align: center;
    margin: 0 auto;
    background: url(../images/title.png) no-repeat  center;
}

.title span{
    display: block;
    font-size: 30px;
    color: #4b4b4b;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    line-height: 38px;
}

.title h3{
    font-size: 30px;
    color: #3b3c42;
    font-weight: bold;
}


.title h3 a{
    font-size: 30px;
    color: #3b3c42;
    font-weight: bold;
}

/* te*/

.te{
    width: 1280px;
    margin: 70px auto 0 auto;
}

.te .te_box{
    width: 1340px;
    margin: 45px auto 0 auto;
}


.te .te_box  ul li{
    float: left;
    width: 260px;
    height: 240px;
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    margin-right: 73px;
}

.te .te_box  ul li .te_nr{
    width: 240px;
    height: 195px;
    margin: 10px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding-top: 25px;
    text-align: center;
}


.te .te_box  ul li span{
    display: block;
    margin: 0 auto;
    width: 94px;
    height: 94px;
    background: url(../images/te_list.png) no-repeat  center;
}

.te .te_box  ul li h5{
    font-size: 18px;
    color: #444444;
    margin: 20px auto 2px auto;

}

.te .te_box  ul li i{
    display: block;
    font-size: 14px;
    color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.te .te_box  ul li em{
    display: block;
    margin: 8px auto 0 auto;
    width: 4px;
    height: 0px;
    background: #ffde00;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.te .te_box  ul li.on em{
    height: 14px;
}

.te .te_box  ul li.on span{
    background: url(../images/te_list1.png) no-repeat  center;
}


.te .te_box  ul li.on .te_nr{
    background: url(../images/te_nr.png) no-repeat  center;
}


.te .te_box  ul li:hover em{
    height: 14px;
}

.te .te_box  ul li:hover span{
    background: url(../images/te_list1.png) no-repeat  center;
}


.te .te_box  ul li:hover .te_nr{
    background: url(../images/te_nr.png) no-repeat  center;
}



/* product*/

.pro_bg{
    width: 100%;
    height: 1054px;
    margin: 80px auto 0 auto;
    background: url(../images/pro_bg.jpg) no-repeat  center;
}

.pro_bg .product{
    width: 1280px;
    margin: 0 auto;
    padding-top: 60px;
}

.pro_bg .product .pro_t{
    position: relative;
}

.pro_bg .product .pro_t .more{
    position: absolute;
    right: 0;
    top: 35px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #8d8d8d;
    border-radius: 10px;
}

.pro_bg .product .pro_t .more a{
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #808080;
}

.pro_bg .product .pro_list{
    margin: 60px auto 0 auto;
}

.pro_bg .product .pro_list ul{
    text-align: center;
}

.pro_bg .product .pro_list ul li{
    display: inline-block;
    width: 208px;
    height: 76px;
    background: url(../images/pro_list.png) no-repeat  center 20px;
    margin: 0 22px;
    position: relative;
}

.pro_bg .product .pro_list ul li a{
    height: 36px;
    line-height: 36px;
    display: block;
    width: 150px;
    margin: 0 auto;
    font-size: 17px;
    color: #444444;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_list ul li a i{
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #00adfe;
    border-radius: 50%;
    font-size: 17px;
    color: #444444;
    font-size: 18px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.pro_bg .product .pro_list ul li span{
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 166px;
    height: 20px;
    line-height: 20px;
    background: #d6d6d6;
    border-radius: 25px;
    margin: 26px auto 0 auto;
    letter-spacing: 2px;

}

.pro_bg .product .pro_list ul li:hover span{
    background: #00adfe;

}


.pro_bg .product .pro_box{
    margin: 58px auto 0 auto;
    height: 300px;
    width: 1320px;
}

.pro_bg .product .pro_box  ul li{
    float: left;
    width: 630px;
    height: 300px;
    background: #ffffff;
    border-radius: 5px;
    margin-right: 20px;
}

.pro_bg .product .pro_box  ul li .pic{
    float: left;
    width: 340px;
    height: 280px;
    border-radius: 5px;
    margin: 10px;
    overflow: hidden;
}

.pro_bg .product .pro_box  ul li .pic img{
    width: 340px;
    height: 280px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box  ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.pro_bg .product .pro_box  ul li .txt{
    float: left;
    margin-left: 30px;
    margin-top: 50px;
    width: 225px;
} 

.pro_bg .product .pro_box  ul li .txt h5 a{
    font-size: 16px;
    color: #384060;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box  ul li .txt span{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #8f8f8f;
    margin-top: 28px;
}

.pro_bg .product .pro_box  ul li .txt p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin: 10px 0 50px 0;
    
}

.pro_bg .product .pro_box  ul li .txt .more{
    font-size: 14px;
    color: #8f8f8f;
    display: block;
    padding-right: 50px;
    background: url(../images/more1.png) no-repeat 50px  center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box  ul li:hover .txt h5 a{
    color: #00adfe;
}

.pro_bg .product .pro_box  ul li:hover .txt .more{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.pro_bg .pro_show{
    margin: 50px auto 0 auto;
    width: 92%;
} 

.pro_bg .pro_show ul li{
    float: left;
    width: 23%;
    margin: 0 1%;
    position: relative;
}

.pro_bg .pro_show ul li .pic{
    position: relative;
    width: 100%;
    padding-top: 70%;
    background: #fff;
    border-radius: 5px;

}

.pro_bg .pro_show ul li .pic img{
    position: absolute;
    width: 95%;
    height: 92%;
    left: 2.5%;
    top: 4%;
    border-radius: 5px;
}

.pro_bg .pro_show ul li .txt{
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 8%;
    background: url(../images/ico1.png) repeat  center;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    z-index: 5;
}

.pro_bg .pro_show ul li .txt a{
    font-size: 15px;
    color: #384060;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .pro_show ul li .txt::after{
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: -1;
    content: "";
    border-radius: 5px;
    height: 50px;
    width: 0;
    background: #00adfe;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .pro_show ul li:hover .txt::after{
    left: 0;
    width: 100%;
}

.pro_bg .pro_show ul li:hover .txt a{
    color: #fff;
}


/* about*/

.ab_bg{
    width: 100%;
    height: 840px;
    margin: 30px auto 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat  center;
}

.ab_bg .about{
    width: 1280px;
    margin: 0 auto;
    padding-top: 50px;
}

.ab_bg .about .ab_l{
    float: left;
    position: relative;
    width: 440px;
    z-index: 9;
}

.ab_bg .about .ab_l .ab_t{
    width: 390px;
    background: url(../images/ab_t.png) no-repeat  right 40px;
    margin-top: 55px;
}

.ab_bg .about .ab_l .ab_t span{
    display: block;
    font-size: 30px;
    color: #4b4b4b;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    line-height: 38px;
}

.ab_bg .about .ab_l .ab_t h3{
    font-size: 30px;
    color: #3b3c42;
    font-weight: bold;
}

.ab_bg .about .ab_l .ab_box{
    position: relative;
    width: 603px;
    height: 543px;
    background: #fff;
    border-radius: 15px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    margin-top: 80px;
    position: relative;
    padding: 0 35px;
}

.ab_bg .about .ab_l .ab_box .txt{

}

.ab_bg .about .ab_l .ab_box .txt h5{
    font-size: 26px;
    color: #404040;
    padding-top: 65px;

}

.ab_bg .about .ab_l .ab_box .txt i{
    display: block;
    font-size: 14px;
    color: #a3a3a3;
    margin: 5px 0 35px 0;
}

.ab_bg .about .ab_l .ab_box .txt em{
    display: block;
    width: 594px;
    height: 1px;
    background: #d5d5d5;
}

.ab_bg .about .ab_l .ab_box .txt p{
    font-size: 15px;
    color: #636980;
    line-height: 36px;
    height: 108px;
    overflow: hidden;
    margin-top: 25px;

}

.ab_bg .about .ab_l .ab_box .txt .more{
    display: block;
    width: 102px;
    height: 34px;
    line-height: 34px;
    background: #00adfe;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    margin: 110px 0 0 350px;
    position: relative;
}

.ab_bg .about .ab_l .ab_box .txt .more::after{
    position: absolute;
    right: -185px;
    top: 16px;
    width: 185px;
    height: 1px;
    background: #00adfe;
    content: "";
}

.ab_bg .about .ab_l .ab_box .ry_img{
    position: absolute;
    left: 35px;
    top: 345px;
    background: url(../images/ry_bg.jpg) no-repeat ;
    width: 234px;
    height: 167px;
}

.ab_bg .about .ab_l .ab_box .ry_img img{
    width: 217px;
    height: 149px;
    margin: 9px 0 0 8px;
}


.ab_bg .about .ab_r{
    float: right;
    width: 780px;
} 

.ab_bg .about .ab_r .ab_img{
    width: 780px;
    height: 546px;
}

.ab_bg .about .ab_r .ab_img img{
    width: 780px;
    height: 546px;
    border-radius: 5px;
}

.ab_bg .about .ab_r .txt{
    text-align: right;
    margin-top: 70px;

} 

.ab_bg .about .ab_r .txt h5{
    font-size: 18px;
    color: #313131;
    font-weight: bold;

}

.ab_bg .about .ab_r .txt i{
    display: block;
    width: 36px;
    height: 2px;
    background: #00adfe;
    float: right;
    margin: 10px 0 25px 0;
    clear: both;

}

.ab_bg .about .ab_r .txt p{
    font-size: 12px;
    color: #898989;
}


/* ys*/

.ys_bg{
    width: 100%;
    height: 924px;
    margin: 50px auto 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat  center;
}

.ys_bg .ys{
    width: 1280px;
    margin: 0 auto;
    padding-top: 70px;
    position: relative;
}

.ys_bg .ys .title{
    background: url(../images/ys_t.png) no-repeat  center;
}

.ys_bg .ys .title span{
    color: #fff;
}

.ys_bg .ys .title h3{
    color: #fff;
}

.ys_bg .ys .ys_box{
    margin: 47px auto 0 auto;
    width: 1280px;
    height: 619px;
}

.ys_bg .ys .ys_box ul li{
    float: left;
    width: 426px;
    height: 619px;
    position: relative;
    z-index: 5;
    text-align: center;
}

.ys_bg .ys .ys_box ul li .te_list {
    display: block;
    width: 120px;
    height: 120px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    transition-duration: 0.7s;
    margin: 65px auto 0px auto;
  }
  
.ys_bg .ys .ys_box ul li .te_list .te_img {
    display: block;
    position: relative;
    transition: 0.7s;
    font-size: 0;
  }
  
.ys_bg .ys .ys_box ul li .te_list .te_img i{
    display: block;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    margin: 0 auto;
  }

.ys_bg .ys .ys_box ul li .te_list .te_img i img{
    vertical-align: middle;
    display: inline-block;
    width: 120px;
    height: 120px;
  }

.ys_bg .ys .ys_box ul li .te_list .te_img i:before{
    /* è¾…åŠ©ie8å›¾ç‰‡å±…ä¸­ */
    content: '';
    height: 120px;
    width: 1px;
    font-size: 0;
  }
  
  
.ys_bg .ys .ys_box ul li .te_list .te_img {
    width: 100%;
    height: 200%;
    top:0;
  }

.ys_bg .ys .ys_box ul li.on .te_list{
    background: #ffde00;

  }

.ys_bg .ys .ys_box ul li.on .te_img {
    top:-120px;
  }


  .ys_bg .ys .ys_box ul li span{
      display: block;
      background: url(../images/ys_xt.png) no-repeat  center;
      width: 25px;
      height: 37px;
      margin: 55px auto 0 auto;
  }

  .ys_bg .ys .ys_box ul li h5{
      margin-top: 45px;
      font-size: 24px;
      color: #fff;
      font-weight: bold;

  }

  .ys_bg .ys .ys_box ul li i{
      display: block;
      font-size: 14px;
      color: #81c5e9;
      margin: 3px auto 40px auto;

  }

  .ys_bg .ys .ys_box ul li p{
    font-size: 15px;
    color: #fff;
    line-height: 32px;
    width: 350px;
    margin: 0 auto;
  }

  .ys_bg .ys .ys_box ul li::after{
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      width: 100%;
      height: 0;
      background: #0b9ee5;
      content: "";
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
  }

  .ys_bg .ys .ys_box ul li.on::after{
      height: 100%;
  }

  .ys_bg .ys .zx{
      position: relative;
      margin: 0 auto;
      width: 490px;
      height: 54px;
      background: #ffffff;
      border-radius: 45px;
      z-index: 5;
      top: -27px;
  } 

  .ys_bg .ys .zx .tel{
      float: left;
      width: 305px;
      line-height: 54px;
      background: url(../images/tel1.png) no-repeat 20px  center;
      padding-left: 65px;
      font-size: 21px;
      color: #034b6d;
      font-weight: bold;
  }

  .ys_bg .ys .zx .zixun{
      float: right;
      width: 110px;
      height: 44px;
      line-height: 44px;
      margin: 5px 5px 0 0;
      background: #ffde00;
      border-radius: 25px;
  }

  .ys_bg .ys .zx .zixun a{
      display: block;
      text-align: center;
      font-size: 16px;
      color: #034b6d;

  }


/* case*/

.case{
    width: 1280px;
    margin: 75px auto 0 auto;
}

.case  .case_t{
    position: relative;
    width: 1280px;
}

.case  .case_t .more{
    position: absolute;
    right: 0;
    top: 35px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #8d8d8d;
    border-radius: 10px;
}

.case  .case_t .more a{
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #808080;

}

.case  .case_box{
    width: 1325px;
    margin: 45px 0 0 -45px;
    height: 656px;
    background: url(../images/case_bg.jpg) no-repeat  left center;
}  

.case  .case_box .case_l{
    float: left;
    margin-left: 45px;
    margin-top: 30px;
    width: 590px;
}

.case  .case_box .case_l .pic{
    width: 590px;
    height: 460px;
    background: #fff;
    border-radius: 5px;
}

.case  .case_box .case_l .pic img{
    width: 570px;
    height: 440px;
    margin: 10px;
    border-radius: 5px;
}

.case  .case_box .case_l .txt{
    margin-top: 35px;

}

.case  .case_box .case_l .txt .txt_t{
    height: 34px;
    line-height: 34px;
    width: 460px;
}


.case  .case_box .case_l .txt .txt_t h5 a{
    float: left;
    width: 260px;
    font-size: 16px;
    color: #333;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case  .case_box .case_l:hover .txt .txt_t h5 a{
    color: #00adfe;
}

.case  .case_box .case_l .txt .txt_t .more{
    float: right;
    width: 102px;
    height: 34px;
    line-height: 34px;
    background: #00adfe;
    border-radius: 25px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.case  .case_box .case_l .txt p{
    font-size: 14px;
    color: #888888;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 35px;

}

.case  .case_box .case_r{
    float: right;
    width: 670px;
} 

.case  .case_box .case_r ul li{
    float: left;
    width: 296px;
    margin: 0 0px 44px 39px;
    position: relative;
}

.case  .case_box .case_r ul li .pic{
    width: 296px;
    height: 240px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.case  .case_box .case_r ul li .pic img{
    width: 296px;
    height: 240px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case  .case_box .case_r ul li .case_more{
    position: absolute;
    right: 10px;
    top: 195px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f3f4f8 url(../images/more3.png) no-repeat  center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.case  .case_box .case_r ul li .txt{
    margin: 20px auto 0 auto;
    width: 276px;
    height: 46px;
    line-height: 46px;
    background: #f3f4f8;
    border-radius: 8px;
    padding: 0 10px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case  .case_box .case_r ul li .txt h5 a{
    float: left;
    width: 160px;
    font-size: 15px;
    color: #444444;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case  .case_box .case_r ul li .txt .more{
    float: right;
    font-size: 14px;
    color: #444444;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: url(../images/xt.png) no-repeat right center;
    padding-right: 35px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case  .case_box .case_r ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.case  .case_box .case_r ul li:hover .case_more{
    background: #00adfe url(../images/more2.png) no-repeat  center;

}

.case  .case_box .case_r ul li:hover .txt{
    background: #00adfe;
}

.case  .case_box .case_r ul li:hover .txt h5 a{
    color: #fff;
}

.case  .case_box .case_r ul li:hover .txt .more{
    color: #fff;
    background: url(../images/xt1.png) no-repeat right center;
}

/* message*/

.message_bg{
    width: 100%;
    margin: 35px auto 0 auto;
    position: relative;
    overflow: hidden;
    height: 411px;
    background: url(../images/message_bg.jpg) no-repeat  center;
}
.message{
    width: 1280px;
    margin: 0 auto;
    padding-top: 100px;
}

.message .m_l{
    float: left;
    width: 500px;
}

.message .m_l .m_t{
    width: 340px;
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: bold;

}

.message .m_l .m_t i{
    display: block;
    width: 44px;
    height: 2px;
    background: #fff;
    margin: 25px auto 10px auto;

}

.message .m_l .m_t p{
    font-size: 14px;
    color: #4c4c4c;
    font-weight: normal;

}

.message .m_l .zx{
    margin: 56px auto 0 auto;
    height: 54px;
}

.message .m_l .zx .tel{
    float: left;
    margin-left: -35px;
    line-height: 54px;
    font-size: 24px;
    color: #133f54;
    font-weight: bold;
    padding-left: 45px;
    background: url(../images/tel2.png) no-repeat   left center ;
}

.message .m_l .zx .zixun{
    float: right;
    width: 110px;
    height: 44px;
    line-height: 44px;
    background: #ffde00;
    border-radius: 25px;
    margin: 5px 0 0 0;
}

.message .m_l .zx .zixun a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #034b6d;
}

.message .m_r{
    float: right;
    width: 675px;
    margin-right: 35px;
} 

.message .m_r .m_nr{
    height: 48px;

}


.message .m_r .form-group1{
    float: left;
    width: 320px;
    height: 48px;
    background: #f7f7f7;
    border-radius: 45px;

}

.message .m_r .form-group1 input{
    width: 320px;
    height: 48px;
    background: url(../images/m1.png) no-repeat  15px center ;
    text-indent: 45px;
    font-size: 14px;
    color: #727275;

}

.message .m_r .form-group2{
    float: right;
    width: 320px;
    height: 48px;
    background: #f7f7f7;
    border-radius: 45px;
}

.message .m_r .form-group2 input{
    width: 320px;
    height: 48px;
    background: url(../images/m2.png) no-repeat  15px center ;
    text-indent: 45px;
    font-size: 14px;
    color: #727275;
}


.message .m_r .form-group3{
    width: 675px;
    height: 78px;
    background: #f7f7f7;
    border-radius: 45px;
    margin: 20px 0;
}

.message .m_r .form-group3 textarea{
    width: 630px;
    height: 58px;
    background: url(../images/m3.png) no-repeat  15px 20px ;
    font-size: 14px;
    color: #727275;
    padding: 20px 0 0 45px;
}

.message .m_r .form-group4{
    float: left;
    width: 320px;
    height: 48px;
    background: #f7f7f7;
    border-radius: 45px;

}

.message .m_r .form-group4 input{
    width: 220px;
    height: 48px;
    background: url(../images/m4.png) no-repeat  15px center ;
    text-indent: 45px;
    font-size: 14px;
    color: #727275;
    float: left;

}

.message .m_r .form-group4 .imgcode{
    float: right;
    width: 90px;
    height: 36px;
    margin: 6px 6px 0 0;
}

.message .m_r .anniu{
    float: right;
    width: 320px;
    height: 48px;
}

.message .m_r .anniu button{
    cursor: pointer;
    border: none;
    width: 320px;
    height: 48px;
    background: #3388ff;
    border-radius: 45px;
    font-size: 16px;
    color: #fff;
}




/* news*/

.news_bg{
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 900px;
}
.news{
    width: 1280px;
    margin: 70px auto 0 auto;
}

.news .news_t{
    position: relative;
}

.news .news_t .more{
    position: absolute;
    right: 0;
    top: 35px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #8d8d8d;
    border-radius: 10px;
}

.news .news_t .more a{
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #808080;
}

.news .news_list{
    width: 1280px;
    margin: 45px auto 0 auto;
}

.news .news_list ul{
    text-align: center;
}

.news .news_list ul li{
    display: inline-block;
    width: 170px;
    height: 48px;
    line-height: 48px;
    background: #f5f5f5;
    border-radius: 25px;
    margin: 0 32px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_list ul li a{
    display: block;
    padding-left: 62px;
    font-size: 20px;
    color: #444444;
    text-align: left;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_list ul li.n1 a{
    background: url(../images/news1.png) no-repeat 30px center;
}

.news .news_list ul li.n2 a{
    background: url(../images/news2.png) no-repeat 30px center;
}

.news .news_list ul li.n3 a{
    background: url(../images/news3.png) no-repeat 30px center;
}

.news .news_list ul li.casehover{
    background: #00adfe;

}

.news .news_list ul li.casehover a{
    color: #fff;
}
.news .news_list ul li.n1.casehover a{
    background: url(../images/news11.png) no-repeat 30px center;
}

.news .news_list ul li.n2.casehover a{
    background: url(../images/news22.png) no-repeat 30px center;
}

.news .news_list ul li.n3.casehover a{
    background: url(../images/news33.png) no-repeat 30px center;
}

.news .news_box{
    margin: 40px auto 0 auto;

}

.news .news_box .news_top{
    height: 200px;
    width: 1320px;

}

.news .news_box .news_top ul li{
    float: left;
    width: 618px;
    height: 198px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    margin-right: 40px;

}

.news .news_box .news_top ul li .news_img{
    float: left;
    width: 200px;
    height: 140px;
}

.news .news_box .news_top ul li .news_img img{
    width: 200px;
    height: 140px;
    margin: 30px;
}

.news .news_box .news_top ul li .txt{
    float: right;
    width: 340px;
    margin-right: 30px;
    margin-top: 30px;
} 

.news .news_box .news_top ul li .txt .txt_t{
    height: 65px;
    line-height: 65px;

}

.news .news_box .news_top ul li .txt .txt_t a{
    float: left;
    width: 200px;
    font-size: 16px;
    color: #333;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.news .news_box .news_top ul li .txt .txt_t span{
    float: right;
    font-size: 12px;
    color: #444444;
}

.news .news_box .news_top ul li .txt .txt_t span i{
    display: block;
    float: left;
    width: 56px;
    height: 16px;
    line-height: 16px;
    background: #d3d3d3;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 25px;
    margin-right: 10px;
}

.news .news_box .news_top ul li .txt p{
    font-size: 14px;
    color: #888888;
    line-height: 32px;
    height: 64px;
    overflow: hidden;

} 

.news .news_box .list{
    margin: 50px auto 0 auto;
    width: 1340px;
}

.news .news_box .list ul li{
    height: 135px;
    width: 370px;
    margin: 0 75px 90px 0;
    float: left;
}

.news .news_box .list ul li .time{
    float: left;
    width: 60px;
}

.news .news_box .list ul li .time span{
    display: block;
    font-size: 50px;
    color: #323232;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 50px;
}

.news .news_box .list ul li .time p{
    font-size: 14px;
    color: #959595;
    font-family: Arial, Helvetica, sans-serif;
}
 
.news .news_box .list ul li .txt{
    float: right;
    width: 300px;
}

.news .news_box .list ul li .txt h5 a{
    height: 38px;
    border-bottom: 1px solid #d7d7d7;
    font-size: 16px;
    color: #323232;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .list ul li .txt p{
    font-size: 14px;
    color: #878787;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 13px;
}

.news .news_box .list ul li .txt .more{
    display: block;
    width: 26px;
    height: 26px;
    line-height: 24px;
    background: #e6e7eb;
    border-radius: 5px;
    text-align: center;
    font-size: 24px;
    color: #727272;
    margin-top: 22px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.news .news_box .list ul li:hover .txt .more{
    background: #3388ff;
    color: #fff;

}

.news .news_box .list ul li:hover .txt h5 a{
    color: #3388ff;
}

.news_bg::after{
    position: absolute;
    content: "";
    left: 0;
    top: 700px;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
}


/* links*/

.links{
    width: 1280px;
    margin: 45px auto 0 auto;
}

.links .links_t{
    float: left;
    width: 126px;
    height: 40px;
    line-height: 40px;
    background: #00adfe;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

.links .yq{
    float: right;
    width: 1145px;
    height: 26px;
    line-height: 26px;
    border-left: 1px solid #bdbdbd;
    margin-top: 7px;
} 

.links .yq a{
    margin: 0 15px;
    font-size: 14px;
    color: #666666;
    
}






/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
 @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  
  @-webkit-keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  
  @-webkit-keyframes fadeInDownBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInDownBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
  }
  
  @-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  
  @-webkit-keyframes fadeInLeftBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInLeftBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
  }
  
  @-webkit-keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  
  @-webkit-keyframes fadeInRightBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInRightBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
  }
  
  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  
  @-webkit-keyframes fadeInUpBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInUpBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
  }
  
  @-webkit-keyframes fadeOut {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
    }
  }
  
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
    }
  }
  
  .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
  }
  
  @-webkit-keyframes fadeOutDown {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  
  @keyframes fadeOutDown {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  
  .fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
  }
  
  @-webkit-keyframes fadeOutDownBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  }
  
  @keyframes fadeOutDownBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  }
  
  .fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
  }
  
  @-webkit-keyframes fadeOutLeft {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  
  @keyframes fadeOutLeft {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  
  .fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
  }
  
  @-webkit-keyframes fadeOutLeftBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  }
  
  @keyframes fadeOutLeftBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  }
  
  .fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
  }
  
  @-webkit-keyframes fadeOutRight {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  
  @keyframes fadeOutRight {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  
  .fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
  }
  
  @-webkit-keyframes fadeOutRightBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  }
  
  @keyframes fadeOutRightBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  }
  
  .fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
  }
  
  @-webkit-keyframes fadeOutUp {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  }
  
  @keyframes fadeOutUp {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  }
  
  .fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
  }
  
  @-webkit-keyframes fadeOutUpBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  }
  
  @keyframes fadeOutUpBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  }
  
  .fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
  }
  
  
  
  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  
  .animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  .animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  
  .animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
  
  .animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
  
  .animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
  }
  
  .animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
  }
  
  .animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
  }
  
  .animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }
  
  .animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
  }
  
  @media (print), (prefers-reduced-motion) {
    .animated {
      -webkit-animation: unset !important;
      animation: unset !important;
      -webkit-transition: none !important;
      transition: none !important;
    }
  }</pre></body></html>